auto merge of #1019 : alexcrichton/cargo/issue-991, r=brson
authorbors <bors@rust-lang.org>
Mon, 8 Dec 2014 21:19:01 +0000 (21:19 +0000)
committerbors <bors@rust-lang.org>
Mon, 8 Dec 2014 21:19:01 +0000 (21:19 +0000)
commit0f6667ca0631fe72d1e15759c845f0197e3dfe19
treef8d7ef700f54ce6ea9cec0a54e136c1e9131d2ae
parent5a88ad0171b6805f88e3897ed2006067b675b9de
parentaa97b32e2b630d43e102175195eed36970527e5f
auto merge of #1019 : alexcrichton/cargo/issue-991, r=brson

It turns out that the registry was being queried with git dependencies as well,
so this commit alters the core registry not query sources with dependencies that
did not originate from the source.

Closes #991